section {
    margin-top: 100px;
    margin-left: 30px;
}



@media (max-width: 768px) {
    
    footer h3 {
        font-size: 14px;
        }

    footer p {
            font-size: 10px;
        }
        
    }

    img {
        max-width: 100%;
        max-height: 100%;
        box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
        margin-top: 30px;
       
    }

    header h2 {
        color:rgb(14, 122, 218);
    }